Welcome![Sign In][Sign Up]
Location:
Search - bit c

Search list

[OtherC编译器源码

Description: 68K/386 32-bit C编译器 v1.35, 作者David Lindauer, gclind01@starbase.spd.louisville.edu-68K/386 32-bit C compiler v1.08. Author David Lindauer, gclind01@starbase.spd.louisville.edu
Platform: | Size: 186398 | Author: 罗鹏魁 | Hits:

[OtherThe C Programming Language-C语言详解英文版

Description: 这是一本讲解C语言的书,是英文编写,十分经典,是大部分公司的新职员入职之前必须要看的书籍之一,很多公司都以它作为培训教材,帮助你更快了解C语言的奥妙。 Contents l Preface l Preface to the first edition l Introduction 1. Chapter 1: A Tutorial Introduction 1. Getting Started 2. Variables and Arithmetic Expressions 3. The for statement 4. Symbolic Constants 5. Character Input and Output 1. File Copying 2. Character Counting 3. Line Counting 4. Word Counting 6. Arrays 7. Functions 8. Arguments - Call by Value 9. Character Arrays 10. External Variables and Scope 2. Chapter 2: Types, Operators and Expressions 1. Variable Names 2. Data Types and Sizes 3. Constants 4. Declarations 5. Arithmetic Operators 6. Relational and Logical Operators 7. Type Conversions 8. Increment and Decrement Operators 9. Bitwise Operators 10. Assignment Operators and Expressions 11. Conditional Expressions 12. Precedence and Order of Evaluation 3. Chapter 3: Control Flow 1. Statements and Blocks 2. If-Else 3. Else-If 4. Switch 5. Loops - While and For 6. Loops - Do-While 7. Break and Continue 8. Goto and labels 4. Chapter 4: Functions and Program Structure 1. Basics of Functions 2. Functions Returning Non-integers 3. External Variables 4. Scope Rules 5. Header Files 6. Static Variables 7. Register Variables 8. Block Structure 9. Initialization 10. Recursion 11. The C Preprocessor 1. File Inclusion 2. Macro Substitution 3. Conditional Inclusion 5. Chapter 5: Pointers and Arrays 1. Pointers and Addresses 2. Pointers and Function Arguments 3. Pointers and Arrays 4. Address Arithmetic 5. Character Pointers and Functions 6. Pointer Arrays; Pointers to Pointers 7. Multi-dimensional Arrays 8. Initialization of Pointer Arrays 9. Pointers vs. Multi-dimensional Arrays 10. Command-line Arguments 11. Pointers to Functions 12. Complicated Declarations 6. Chapter 6: Structures 1. Basics of Structures 2. Structures and Functions 3. Arrays of Structures 4. Pointers to Structures 5. Self-referential Structures 6. Table Lookup 7. Typedef 8. Unions 9. Bit-fields 7. Chapter 7: Input and Output 1. Standard Input and Output 2. Formatted Output - printf 3. Variable-length Argument Lists 4. Formatted Input - Scanf 5. File Access 6. Error Handling - Stderr and Exit 7. Line Input and Output 8. Miscellaneous Functions 1. String Operations 2. Character Class Testing and Conversion 3. Ungetc 4. Command Execution 5. Storage Management 6. Mathematical Functions 7. Random Number generation 8. Chapter 8: The UNIX System Interface 1. File Descriptors 2. Low Level I/O - Read and Write 3. Open, Creat, Close, Unlink 4. Random Access - Lseek 5. Example - An implementation of Fopen and Getc 6. Example - Listing Directories 7. Example - A Storage Allocator l Appendix A: Reference Manual 1. Introduction 2. Lexical Conventions 3. Syntax Notation 4. Meaning of Identifiers 5. Objects and Lvalues 6. Conversions 7. Expressions 8. Declarations 9. Statements 10. External Declarations 11. Scope and Linkage 12. Preprocessor 13. Grammar l Appendix B: Standard Library 1. Input and Output: 1. File Operations 2. Formatted Output 3. Formatted Input 4. Character Input and Output Functions 5. Direct Input and Output Functions 6. File Positioning Functions 7. Error Functions 2. Character Class Tests: 3. String Functions: 4. Mathematical Functions: 5. Utility Functions: 6. Diagnostics: 7. Variable Argument Lists: 8. Non-local Jumps: 9. Signals: 10. Date and Time Functions: 11. Implementation-defined Limits: and l Appendix C: Summary of Changes
Platform: | Size: 570630 | Author: wukoo0901@qq.com | Hits:

[OtherC语言计算器

Description: 这是一个用C语言编写的计算器,源代码有点复杂,是我从网上找到的一个东东。-This is a C language of computers, the source code a bit complicated, I found an online Wanton.
Platform: | Size: 9216 | Author: 李想 | Hits:

[Windows Develop《Visual C++游戏设计入门》配套代码

Description: 用VC++写,解压后需要点SETUP安装后才能使用,代码精简,对学习VC++有很好的帮助-VC wrote, unpacked a bit SETUP after installation in order to use that code to streamline, to learn VC is a great help
Platform: | Size: 379904 | Author: | Hits:

[OtherC编译器源码

Description: 68K/386 32-bit C编译器 v1.35, 作者David Lindauer, gclind01@starbase.spd.louisville.edu-68K/386 32-bit C compiler v1.08. Author David Lindauer, gclind01@starbase.spd.louisville.edu
Platform: | Size: 186368 | Author: 罗鹏魁 | Hits:

[File FormatC语言难点分析整理

Description: 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process I personally think that a more focused, a better grasp of these focus on C will be used more handy. In addition will include some of the details, error-prone areas. The main contents include : Scope of Variables and storage types, functions, arrays, string, target, document, etc. List. Some of the most basic concepts in this no more explanation. only hope to be able to pieces with the C language learners and the learning process on the plane for a little bit of help.
Platform: | Size: 6144 | Author: 赵东生 | Hits:

[SCMI2C_bit_C51

Description: 模拟I2C总线通信协议,位方式,C51编程,很好用的喔!-simulation I2C bus communication protocols, bit, C51 programming, the good!
Platform: | Size: 10240 | Author: | Hits:

[matlabC-mean

Description: 模糊C均值算法的m文件带自己的解释,希望能给大家一点学习上的帮助。 -fuzzy c-means algorithm m document with its own interpretation, in the hope of giving the public a little bit of learning assistance.
Platform: | Size: 13312 | Author: 孙李娜 | Hits:

[CSharpTC35

Description: 中英文手机短信PDU编码(UCS2)解码(UCS2,7-Bit) C# 程序-In both English and Chinese SMS PDU encoding (UCS2) decoder (UCS2 ,7-Bit) C# Procedures
Platform: | Size: 75776 | Author: zhouwenjin | Hits:

[Exploitmd5coll.c

Description: MD5 Collision Generator. A few optimizations to make the solving method a bit more deterministic
Platform: | Size: 7168 | Author: yimiao | Hits:

[Crack HackAES-128Bit-C51

Description: AES算法,在51单片机中用c语言实现,大家可以参考下!-AES algorithm, used in 51 Singlechip c language, everyone can refer to the next!
Platform: | Size: 10240 | Author: 苏琦 | Hits:

[SCMbmp-font-bit

Description: 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004-5-26-This is with C++ Builder to write the two C51 bitmap format into the source code of the extraction procedure. Study purposes only, not for commercial purposes. Thank you (1) EX1 generate 4096 Color 16bit (dual 8bit) RGB data (2) EX2 font used for extraction, the use of horizontal scanning, drawing program can save the image after the input of Chinese characters conversion, but I recommend using the long version on C51bbs 3 matrix to input Chinese characters, and then save or copy to the picture drawing process, the production can easily picture a variety of menu, if any Email with questions can contact me 95908@163.com 16:54 2004-5-26
Platform: | Size: 1825792 | Author: like | Hits:

[OtherNPB2.3-omp-C

Description: openmp版的banchmark,有点高深,我自己不太懂,希望对大家有所帮助啦! -openmp version of banchmark, a bit higher, I do not really understand, I hope all of you to help you!
Platform: | Size: 108544 | Author: cherry_nan | Hits:

[DSP program6.-10-bit-ADC

Description: DSPIC C++的設計與教學,其中代碼皆可用且有詳細註解-DSPIC C++ design and teaching, which can be used and a detailed code comments ........
Platform: | Size: 846848 | Author: rickykidd | Hits:

[SCMPIC---8-bit---C-samples

Description: Reliable examples in C for Microchip PIC 8-bit microcontroller s family.
Platform: | Size: 340992 | Author: Norbert | Hits:

[ARM-PowerPC-ColdFire-MIPSNXP-LPC2xxx-ARM7TDMI---32-bit---C-samples

Description: Reliable examples in C for ARM7TDMI NXP LPC2xxx 32-bit microcontroller s family.
Platform: | Size: 27648 | Author: Norbert | Hits:

[Multimedia Developwavefileplayer.c.tar

Description: This a simple WAV file player which interacts your Sound card(of type SoundBlaster).It can play only 8-bit Mono PCM WAVe file whose time lenght is around 1 secs.,the programmers can extend for more timelenght.It works fine in Pure 16-bit DOS Mode-This is a simple WAV file player which interacts your Sound card(of type SoundBlaster).It can play only 8-bit Mono PCM WAVe file whose time lenght is around 1 secs.,the programmers can extend for more timelenght.It works fine in Pure 16-bit DOS Mode
Platform: | Size: 2048 | Author: Rohit Singhal | Hits:

[Linux-Unixi2c-algo-bit

Description: i2c-algo-bit.c i2c driver algorithms for bit-shift adapters.
Platform: | Size: 6144 | Author: qinnuner | Hits:

[Linux-Unixi2c-algo-bit

Description: i2c-algo-bit.c i2c driver algorithms for bit-shift adapters.
Platform: | Size: 6144 | Author: bhlongwr | Hits:

[SCMC之移位

Description: C语言中的很多运算基本是以字节为单位进行的,但有时为了节约内存空间,或很多系统程序中要求在比特位级别进行运算处理,很荣幸,C语言提供了这样的位运算特性。(A lot of operation in the C language is the basic byte as a unit, but sometimes in order to save memory space, or many system program requirements for processing, the bit level privilege, C language provides a calculation of such characteristics.)
Platform: | Size: 23552 | Author: 222222 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net